Returns a Boolean. It returns True if the commit is successful.
Syntax |
|---|
|
result = EditableMovie.CommitChanges( ) |
Return Value |
|
|---|---|
|
Result |
|
Notes
Commits changes to the EditableMovie manually. You can also do this using the class's destructor. And, if you set SaveOnClose to True, it will save changes automatically when the EditableMovie goes out of scope.